"This program is for installing NEXTSTEP on a hard disk.\nIf you want to install NEXTSTEP, you need to answer some questions.\n\nTHIS IS NOT AN UPGRADE. IT IS A COMPLETE INSTALLATION FROM SCRATCH.\nType 1 to prepare to install NEXTSTEP. Type 2 to quit.";
/* Displayed above the list of disks */
"AVAILABLE_DISKS" = "Available disks:";
/* Displayed below the list of disks */
"WHICH_DISK" = "Type the number for the disk on which you want to install NEXTSTEP: ";
/* Asked when there is a valid NEXTSTEP partition on the disk */
"OVERWRITE" = "Do you want to keep any files you've added, or erase them before\ninstalling the NEXTSTEP Essentials?\nType 1 to keep files. Type 2 to erase them.";
/* Options for partitioning the disk */
"FDISK_MENU1" = "echo \"Type 1 to erase the entire disk and use all $disksize MB for NEXTSTEP.\"";
"FDISK_MENU2" = "echo \"Type 2 to set aside some space for DOS and use the rest for NEXTSTEP.\"";
"FDISK_MENU3" = "echo \"Type $currentnum to erase the $currentsize MB NEXTSTEP partition and use it for NEXTSTEP.\"";
"FDISK_MENU4" = "echo \"Type $freenum to keep existing partitions and use the $freesize MB free space for NEXTSTEP.\"";
"FDISK_MENU5" = "echo \"Type $enum to use the $esize MB DOS extended partition for NEXTSTEP.\"";
"FDISK_MENU6" = "echo \"Type $choices for advanced options (in English only).\"";
/* Displayed when they type 2 */
"HOW_MUCH" = "Type the size of the DOS partition you want (in megabytes): ";
/* Displayed when the user makes an invalid selection to the above options */
"NO_EXTENDED" = "There isn't a DOS extended partition on this disk.";
/* Displayed when the user makes an invalid selection to the above options */
"TOO_SMALL" = "There isn't enough disk space to partition the disk this way.";
/* Displayed when the user makes an invalid selection to the above options */
"CHOOSE_AGAIN" = "Make another choice.";
/* Last chance to abort */
"READY" = "Ready to install NEXTSTEP\nType 1 to start. Type 2 to quit: ";
/* Displayed in lieu of cryptic commands passing by... */
"GOING" = "Preparing disk for NEXTSTEP installation.\nThis may take a few minutes...";
/* Uh, oh. We couldn't initialize the disk we must quit */
"INITFAILED" = "DISK INITIALIZATION FAILED.\n\nThe installation program couldn't initialize the hard disk.\nInstallation can't continue.";
/* Uh, oh. We couldn't initialize the disk we must quit */
"INSTALLFAILED" = "The CD-ROM disk label could not be read.\nInstallation can't continue.\n\n";
/* Displayed when the user aborts, or something goes wrong */
"QUITTING" = "Quitting installation program. This may take a moment...";
/* Forces them to eject the floppy right before rebooting */
"DONE" = "The hard disk is ready to use as the startup disk\nto complete installing NEXTSTEP.\n\nEject the disk from the floppy disk drive and then press Return.";
/* Displayed right before rebooting */
"RESTARTING" = "Restarting the computer. This may take a moment...";